home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWExcLib / FWExcLib.exp < prev    next >
Encoding:
Text File  |  1994-04-21  |  568 b   |  25 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                FWExcLib.exp
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11.  
  12. #define kFWExcLibID "framework$FWExcLib,1.0.0"
  13.  
  14. Library {
  15.     id = kFWExcLibID;
  16.     version = 1.0.0;
  17. };
  18.  
  19. #define kFWExcLibFunctionSetID "appl:framework:FWExcLib$fs"
  20.  
  21. FunctionSet FWExcLibFunctionSet
  22. {
  23.     id = kFWExcLibFunctionSetID;
  24. };
  25. T